* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
    list-style: none;
}

.card-text {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: Fuente;
	src: url(fuentes\sourcesanspro-regular-webfont.woff), 
	     url(fuentes\sourcesanspro-regular-webfont.woff2);
}

h1 {
	font-family: Fuente;
	text-align: center;
}

main {
	background-color: lightblue;
}

footer {
	text-align: center;
	background-color: purple;
}


